home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / vimvcl30.zip / VABOUT.DFM / VABOUT.txt < prev   
Text File  |  1996-09-20  |  2KB  |  112 lines

  1. object VimSessionAbout: TVimSessionAbout
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 273
  8.   ClientWidth = 373
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 351
  21.     Height = 215
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object VIMVCL: TLabel
  26.       Left = 10
  27.       Top = 20
  28.       Width = 97
  29.       Height = 16
  30.       Alignment = taCenter
  31.       Caption = 'VIMVCL 32-bit'
  32.       Font.Color = clBlack
  33.       Font.Height = -15
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.       IsControl = True
  38.     end
  39.     object Version: TLabel
  40.       Left = 10
  41.       Top = 50
  42.       Width = 66
  43.       Height = 16
  44.       Alignment = taCenter
  45.       Caption = 'Version 3'
  46.       Font.Color = clBlack
  47.       Font.Height = -15
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 10
  55.       Top = 80
  56.       Width = 217
  57.       Height = 18
  58.       Alignment = taCenter
  59.       Caption = 'Copyright 1995, 1996 Mike Gee'
  60.       Font.Color = clBlack
  61.       Font.Height = -15
  62.       Font.Name = 'Arial'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object Label2: TLabel
  68.       Left = 10
  69.       Top = 120
  70.       Width = 327
  71.       Height = 68
  72.       Alignment = taCenter
  73.       Caption = 
  74.         'This software is shareware and will only function from within th' +
  75.         'e Delphi IDE. Please see the online help for details of cost and' +
  76.         ' registration methods.'
  77.       Font.Color = clBlack
  78.       Font.Height = -15
  79.       Font.Name = 'Arial'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       WordWrap = True
  83.     end
  84.     object ProgramIcon: TImage
  85.       Left = 10
  86.       Top = 10
  87.       Width = 32
  88.       Height = 32
  89.       AutoSize = True
  90.       Picture.Data = {<image000.ico>}
  91.       Stretch = True
  92.       IsControl = True
  93.     end
  94.   end
  95.   object OKButton: TBitBtn
  96.     Left = 139
  97.     Top = 231
  98.     Width = 96
  99.     Height = 33
  100.     Font.Color = clBlack
  101.     Font.Height = -15
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsBold]
  104.     ParentFont = False
  105.     TabOrder = 1
  106.     Kind = bkOK
  107.     Margin = 2
  108.     Spacing = -1
  109.     IsControl = True
  110.   end
  111. end
  112.